home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 2499.ZIP / OX.ZIP / OX.DOC next >
Text File  |  1990-07-27  |  2KB  |  47 lines

  1. The OX.SYS program is in the public domain. It is distributed as
  2. is and there is no support for it. Use it at your own risk.
  3.  
  4. Debugging Windows applications usually requires the use of a
  5. separate terminal attached to the AUX device. DOS usually opens
  6. the first COM device as AUX for every process it loads.  Windows
  7. takes advantage of this by writing debug information to device
  8. AUX. This debug information can greatly aid in debugging a
  9. program.
  10.  
  11. Unfortunately, not all of us have a debugging terminal or can
  12. afford the cost of an additional PC or terminal. Although this
  13. is the preferred method, OX.SYS was developed to help eliminate
  14. this need.
  15.  
  16. OX.SYS will redirect output/input to/from the AUX device to the
  17. MDA display attached to your system. Since a monochrome monitor
  18. is basicly a requirement for development (Execpt for programmers
  19. that develop on a PS/2).
  20.  
  21. OX.SYS will only work on systems that have two display adaptors.
  22. Since you cannot have two monocrome adaptors in the same system,
  23. One monitor must be MDA and the other can be anything that
  24. windows supports.
  25.  
  26.  
  27. INSTALLATION:
  28.  
  29. Simply put DEVICE=[drive][path]OX.SYS in your CONFIG.SYS file.
  30.  
  31. To test if the device is working properly type:
  32.  
  33.    DIR > AUX
  34.  
  35. at the DOS prompt. You should see a directory display on your monochrome
  36. monitor.   
  37.    
  38.  
  39. WINDOWS 2.xx :
  40.  
  41. OX.SYS was developed for this environment and works fine.
  42.  
  43. WINDOWS 3.0  :
  44.  
  45. Input from the AUX device is currently broken. This might be
  46. corrected at a later date, output however, functions fine.
  47.